-- background: 4747 from stack: in -- bmap block id: 4915 -- flags: 0000 -- background id: 0 -- name: -- part 1 (field) -- low flags: 80 -- high flags: 0000 -- rect: left=76 top=298 right=316 bottom=100 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ans -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=26 top=69 right=135 bottom=481 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 24 -- style flags: 0 -- line height: 32 -- part name: Q -- part 7 (button) -- low flags: 00 -- high flags: 2002 -- rect: left=32 top=207 right=273 bottom=111 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: b1 ----- HyperTalk script ----- on mouseUp global response global tries global lastClick if the seconds - lastClick < 4 then exit mouseup else put the seconds into lastClick put 1 into response add 1 to tries put tries into background field "try" check end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 2002 -- rect: left=141 top=207 right=272 bottom=223 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: b2 ----- HyperTalk script ----- on mouseUp global response global tries global lastClick if the seconds - lastClick < 4 then exit mouseup else put the seconds into lastClick put 2 into response add 1 to tries put tries into background field "try" check end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 2002 -- rect: left=250 top=207 right=272 bottom=335 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: b3 ----- HyperTalk script ----- on mouseUp global response global tries global lastClick if the seconds - lastClick < 4 then exit mouseup else put the seconds into lastClick put 3 into response add 1 to tries put tries into background field "try" check end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 2002 -- rect: left=371 top=207 right=271 bottom=458 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: b4 ----- HyperTalk script ----- on mouseUp global response global tries global lastClick if the seconds - lastClick < 4 then exit mouseup else put the seconds into lastClick put 4 into response add 1 to tries put tries into background field "try" check end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=403 top=294 right=326 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp show card button "Click here for Hint" go to previous card in stack end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=458 top=294 right=326 bottom=505 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp visual dissolve to gray show card button "Click Here for Hint" go to next card in stack end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=9 top=294 right=340 bottom=61 -- title width / last selected line: 0 -- icon id / first selected line: 20098 / 20098 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp go home end mouseUp -- part 17 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=481 top=58 right=76 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: number -- part 18 (field) -- low flags: 80 -- high flags: 0000 -- rect: left=6 top=47 right=112 bottom=140 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 2 -- text size: 24 -- style flags: 4096 -- line height: 32 -- part name: correct -- part 19 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=480 top=39 right=57 bottom=506 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: try -- part 20 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=412 top=7 right=32 bottom=507 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Reset Count ----- HyperTalk script ----- on mouseUp global number global tries put zero into tries put zero into number put tries into background field "try" put number into background field "number" end mouseUp -- part 22 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=7 top=206 right=223 bottom=33 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp send mouseup to bkgnd button "b1" end mouseUp -- part 23 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=123 top=206 right=223 bottom=149 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp send mouseup to bkgnd button "b2" end mouseUp -- part 24 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=230 top=206 right=223 bottom=256 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp send mouseup to bkgnd button "b3" end mouseUp -- part 25 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=352 top=206 right=223 bottom=378 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp send mouseup to bkgnd button "b4" end mouseUp -- part 26 (button) -- low flags: 00 -- high flags: 0001 -- rect: left=390 top=131 right=150 bottom=468 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: polar -- part 27 (button) -- low flags: 00 -- high flags: 0001 -- rect: left=390 top=150 right=169 bottom=468 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: nonpolar -- part 28 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=4 top=28 right=59 bottom=47 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 24 -- style flags: 256 -- line height: 32 -- part name: ct